home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_811 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2002-11-01  |  149b  |  9 lines

  1. on(rollOver){
  2.    _root.g5.gotoAndStop(2);
  3.    if(_root._currentframe == 3)
  4.    {
  5.       stopAllSounds();
  6.       _root.sound_m_cr.start();
  7.    }
  8. }
  9.